Skip to content

Conversation

@jasondaming
Copy link
Member

Summary

Creates a new comprehensive document covering wire crimping best practices, with a focus on Anderson Powerpole connectors commonly used in FRC.

Changes

  • New file: crimping-best-practices.rst with detailed crimping guidance
  • Covers why proper crimping matters and common failure modes
  • Documents required tools (ratcheting vs manual crimpers)
  • Step-by-step instructions for 15, 30, and 45 amp Powerpole contacts
  • Contact insertion techniques and pull testing
  • Quality control procedures and inspection checklists
  • Troubleshooting guide for common crimping problems
  • Practice recommendations and competition preparation
  • Added to Hardware Basics section index

Key Topics Covered

  • Tool recommendations (TRIcrimp, IWISS, Anderson 1309G3)
  • Wire preparation and strip lengths
  • Proper crimping orientation and technique
  • Contact seating and verification
  • Quality control through visual, mechanical, and electrical testing
  • Other connector types (ferrules, ring terminals, wire-to-board)
  • Competition readiness checklist

Fixes #1263

- Covers Anderson Powerpole crimping techniques
- Documents required tools and quality ratcheting crimpers
- Provides step-by-step instructions for 15, 30, and 45 amp contacts
- Includes troubleshooting and quality control procedures
- Adds practice tips and competition preparation guidance

Fixes wpilibsuite#1263
The image was referenced but never created, causing build failures

- **Low electrical resistance** - Minimizes voltage drop and heat generation
- **Mechanical strength** - Prevents wires from pulling out under vibration
- **Reliability** - Eliminates intermittent connections that cause brownouts
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intermittent connections don't cause brownouts, they cause short blackouts. Really this seems like it's subsumed by electrical resistance and the mechanical strength bullets, unless there other failure modes considered but not mentioned.


Ratcheting crimpers provide consistent, high-quality crimps by ensuring proper compression force every time. They prevent under-crimping or over-crimping by not releasing until the crimp cycle is complete.

Recommended tools:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bad formatting


Poor crimps are a common source of mysterious electrical problems. A connection that works on the bench may fail under the vibration and stress of competition.

## Required Tools
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The organization seems wierd. I think a description of different types of connectors needs to come before you start talking about how to crimp them.


Wire ferrules are crimped metal sleeves used on stranded wire ends for screw terminal connections (like motor controllers, PDH channels, etc.)

**Best Practices:**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatting issues


Used for battery terminals and some ground connections.

**Best Practices:**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting issues


Many FRC components use JST, Molex, or Dupont-style connectors for signal wiring.

**Best Practices:**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatting issues


### General Guidelines

1. **Use the right wire gauge**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatting issues


4. **Inspect every crimp** - Look for even compression, proper insulation support, no gaps

5. **Test the connection**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatting issues

5. **Test the connection**
- Visual inspection: Crimp should be symmetrical with no gaps
- Pull test: Gently tug the wire - it should not pull out
- Resistance test: Use a multimeter to verify low resistance (<10 mΩ for power connections)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 mΩ seems high for a single connection. I also question whether a normal multi-meter that teams have would measure that low. Isn't that 4 wire measurement territory?


.. important:: Contacts that are not fully inserted can cause intermittent connections, brownouts, or complete disconnection. Always perform a pull test!

### Common Powerpole Crimping Problems
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of these feel like they need pictures. How would a student now that something is deformed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Document for Crimping Tips, Tricks, and Best Practices

2 participants